CodeQL Multi Variant Repository Analysis - Unable To Run On self-hosted runner #159789
Replies: 2 comments
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Hi @BullHacks3 We think that the yarn error is a red herring, as running the action does not involve installing any packages. The true error is likely |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
Hey Team,
In order to run the CodeQL MRVA on self-hosted runners, we can make use of MRVA_RUNNER_OS variable . But in case of the self-hosted runner access to internet is usually restricted.
As the CodeQL MRVA action, requires nodejs package. Currently we can't specify the location of hooks.json , which contains reference to internal artifactory for the nodejs and other relevant packages
Ask:
Note: Internally due to certain limitations, we can't make changes to docker-images required for self-hosted runners, to have hooks.json available at ~/.volta/hooks.json. Instead custom hooks.json is available at different path.
Beta Was this translation helpful? Give feedback.
All reactions